home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / docs / vbz01 / d&dserve.bas < prev    next >
Encoding:
BASIC Source File  |  1993-02-26  |  290 b   |  7 lines

  1. DefInt A-Z
  2.  
  3. Declare Function DropSelItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal Path$, ByVal nButton)
  4. Declare Function DropAllItems Lib "D&DSERVE.DLL" (ByVal hList, ByVal nButton)
  5. Declare Function DropBuff Lib "D&DSERVE.DLL" (ByVal Buff$, ByVal BufSize, ByVal nFiles, ByVal Button)
  6.  
  7.